home *** CD-ROM | disk | FTP | other *** search
/ Freelog 29 / Freelog029.iso / Bas / Educ / PaintPC / install.exe / PaintPC.exe / scripts / DefineButton2_592 / BUTTONCONDACTION on(release).as
Text File  |  1999-06-04  |  85b  |  7 lines

  1. on(release){
  2.    tellTarget("/frame")
  3.    {
  4.       gotoAndStop("rainbow");
  5.    }
  6. }
  7.